home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4316 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: news.frontier.net!news
  2. From: Tim Stumpf <tims@mjt.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: MSVC Common Dialog Box
  5. Date: 29 Jan 1996 17:30:04 GMT
  6. Organization: MJT, Inc
  7. Message-ID: <4ej06t$n0m@molas.frontier.net>
  8. NNTP-Posting-Host: 198.135.68.12
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  13.  
  14.  
  15. In MS Visual C++ V.1.5 I am  using a common file dialgo box for opening 
  16. multiple files.  However, It will allow me to select only about 20 files 
  17. at a time.  The program I am writing is a file conversion file to convert 
  18. ascii to binary and vice versa, and would like to get the program so that 
  19. I can do it in a batch at one time.  There should not be a problem not 
  20. enough file handles set in the autoexec.bat file, because the program 
  21. will still process the files in sequential order.  I've checked the size 
  22. of the string buffer that I am using for the return from the dialog box 
  23. and that seems to be large enough.  Am I forgetting something, or is 
  24. there some limit on the number of files that can be selected in the 
  25. common dialog box?  Any suggestions would be greatly appreciated.
  26.  
  27. Thanks
  28. Tim Stumpf
  29.  
  30.